runtime.p.wbBuf (field)
16 uses
runtime (current package)
atomic_pointer.go#L24: buf := getg().m.p.ptr().wbBuf.get2()
mbitmap.go#L574: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L618: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L644: buf := &getg().m.p.ptr().wbBuf
mbitmap.go#L704: buf := &getg().m.p.ptr().wbBuf
mgc.go#L1495: p.wbBuf.reset()
mwbbuf.go#L174: getg().m.p.ptr().wbBuf.discard()
mwbbuf.go#L197: start := uintptr(unsafe.Pointer(&pp.wbBuf.buf[0]))
mwbbuf.go#L198: n := (pp.wbBuf.next - start) / unsafe.Sizeof(pp.wbBuf.buf[0])
mwbbuf.go#L199: ptrs := pp.wbBuf.buf[:n]
mwbbuf.go#L203: pp.wbBuf.next = 0
mwbbuf.go#L210: pp.wbBuf.reset()
mwbbuf.go#L269: pp.wbBuf.reset()
proc.go#L5057: pp.wbBuf.reset()
runtime2.go#L721: wbBuf wbBuf
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |